home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
fpc
/
hello.pp
< prev
next >
Wrap
Text File
|
2000-01-01
|
134b
|
8 lines
Program Hello;
{ Enable stack checking on the Amiga, unless you know what you are doing! }
{$S+}
Begin
WriteLn('Hello world');
end.